home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / Inno Setup 5.0.4 Beta / isetup-5.0.4-beta.exe / {app} / Default.isl < prev    next >
Text File  |  2004-04-06  |  17KB  |  315 lines

  1. ; *** Inno Setup version 4.2.2+ English messages ***
  2. ;
  3. ; To download user-contributed translations of this file, go to:
  4. ;   http://www.jrsoftware.org/is3rdparty.php
  5. ;
  6. ; Note: When translating this text, do not add periods (.) to the end of
  7. ; messages that didn't have them already, because on those messages Inno
  8. ; Setup adds the periods automatically (appending a period would result in
  9. ; two periods being displayed).
  10. ;
  11. ; $jrsoftware: issrc/Files/Default.isl,v 1.58 2004/04/07 20:17:13 jr Exp $
  12.  
  13. [LangOptions]
  14. LanguageName=English
  15. LanguageID=$0409
  16. LanguageCodePage=0
  17. ; If the language you are translating to requires special font faces or
  18. ; sizes, uncomment any of the following entries and change them accordingly.
  19. ;DialogFontName=
  20. ;DialogFontSize=8
  21. ;WelcomeFontName=Verdana
  22. ;WelcomeFontSize=12
  23. ;TitleFontName=Arial
  24. ;TitleFontSize=29
  25. ;CopyrightFontName=Arial
  26. ;CopyrightFontSize=8
  27.  
  28. [Messages]
  29.  
  30. ; *** Application titles
  31. SetupAppTitle=Setup
  32. SetupWindowTitle=Setup - %1
  33. UninstallAppTitle=Uninstall
  34. UninstallAppFullTitle=%1 Uninstall
  35.  
  36. ; *** Misc. common
  37. InformationTitle=Information
  38. ConfirmTitle=Confirm
  39. ErrorTitle=Error
  40.  
  41. ; *** SetupLdr messages
  42. SetupLdrStartupMessage=This will install %1. Do you wish to continue?
  43. LdrCannotCreateTemp=Unable to create a temporary file. Setup aborted
  44. LdrCannotExecTemp=Unable to execute file in the temporary directory. Setup aborted
  45.  
  46. ; *** Startup error messages
  47. LastErrorMessage=%1.%n%nError %2: %3
  48. SetupFileMissing=The file %1 is missing from the installation directory. Please correct the problem or obtain a new copy of the program.
  49. SetupFileCorrupt=The setup files are corrupted. Please obtain a new copy of the program.
  50. SetupFileCorruptOrWrongVer=The setup files are corrupted, or are incompatible with this version of Setup. Please correct the problem or obtain a new copy of the program.
  51. NotOnThisPlatform=This program will not run on %1.
  52. OnlyOnThisPlatform=This program must be run on %1.
  53. WinVersionTooLowError=This program requires %1 version %2 or later.
  54. WinVersionTooHighError=This program cannot be installed on %1 version %2 or later.
  55. AdminPrivilegesRequired=You must be logged in as an administrator when installing this program.
  56. PowerUserPrivilegesRequired=You must be logged in as an administrator or as a member of the Power Users group when installing this program.
  57. SetupAppRunningError=Setup has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
  58. UninstallAppRunningError=Uninstall has detected that %1 is currently running.%n%nPlease close all instances of it now, then click OK to continue, or Cancel to exit.
  59.  
  60. ; *** Misc. errors
  61. ErrorCreatingDir=Setup was unable to create the directory "%1"
  62. ErrorTooManyFilesInDir=Unable to create a file in the directory "%1" because it contains too many files
  63.  
  64. ; *** Setup common messages
  65. ExitSetupTitle=Exit Setup
  66. ExitSetupMessage=Setup is not complete. If you quit now, the program will not be installed.%n%nYou may run the Setup program again at another time to complete the installation.%n%nExit Setup?
  67. AboutSetupMenuItem=&About Setup...
  68. AboutSetupTitle=About Setup
  69. AboutSetupMessage=%1 version %2%n%3%n%n%1 home page:%n%4
  70. AboutSetupNote=
  71.  
  72. ; *** Buttons
  73. ButtonBack=< &Back
  74. ButtonNext=&Next >
  75. ButtonInstall=&Install
  76. ButtonOK=OK
  77. ButtonCancel=Cancel
  78. ButtonYes=&Yes
  79. ButtonYesToAll=Yes to &All
  80. ButtonNo=&No
  81. ButtonNoToAll=N&o to All
  82. ButtonFinish=&Finish
  83. ButtonBrowse=&Browse...
  84. ButtonWizardBrowse=B&rowse...
  85. ButtonNewFolder=&Make New Folder
  86.  
  87. ; *** "Select Language" dialog messages
  88. SelectLanguageTitle=Select Setup Language
  89. SelectLanguageLabel=Select the language to use during the installation:
  90.  
  91. ; *** Common wizard text
  92. ClickNext=Click Next to continue, or Cancel to exit Setup.
  93. BeveledLabel=
  94. BrowseDialogTitle=Browse For Folder
  95. BrowseDialogLabel=Select a folder in the list below, then click OK.
  96. NewFolderName=New Folder
  97.  
  98. ; *** "Welcome" wizard page
  99. WelcomeLabel1=Welcome to the [name] Setup Wizard
  100. WelcomeLabel2=This will install [name/ver] on your computer.%n%nIt is recommended that you close all other applications before continuing.
  101.  
  102. ; *** "Password" wizard page
  103. WizardPassword=Password
  104. PasswordLabel1=This installation is password protected.
  105. PasswordLabel3=Please provide the password, then click Next to continue. Passwords are case-sensitive.
  106. PasswordEditLabel=&Password:
  107. IncorrectPassword=The password you entered is not correct. Please try again.
  108.  
  109. ; *** "License Agreement" wizard page
  110. WizardLicense=License Agreement
  111. LicenseLabel=Please read the following important information before continuing.
  112. LicenseLabel3=Please read the following License Agreement. You must accept the terms of this agreement before continuing with the installation.
  113. LicenseAccepted=I &accept the agreement
  114. LicenseNotAccepted=I &do not accept the agreement
  115.  
  116. ; *** "Information" wizard pages
  117. WizardInfoBefore=Information
  118. InfoBeforeLabel=Please read the following important information before continuing.
  119. InfoBeforeClickLabel=When you are ready to continue with Setup, click Next.
  120. WizardInfoAfter=Information
  121. InfoAfterLabel=Please read the following important information before continuing.
  122. InfoAfterClickLabel=When you are ready to continue with Setup, click Next.
  123.  
  124. ; *** "User Information" wizard page
  125. WizardUserInfo=User Information
  126. UserInfoDesc=Please enter your information.
  127. UserInfoName=&User Name:
  128. UserInfoOrg=&Organization:
  129. UserInfoSerial=&Serial Number:
  130. UserInfoNameRequired=You must enter a name.
  131.  
  132. ; *** "Select Destination Location" wizard page
  133. WizardSelectDir=Select Destination Location
  134. SelectDirDesc=Where should [name] be installed?
  135. SelectDirLabel3=Setup will install [name] into the following folder.
  136. SelectDirBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
  137. DiskSpaceMBLabel=At least [mb] MB of free disk space is required.
  138. ToUNCPathname=Setup cannot install to a UNC pathname. If you are trying to install to a network, you will need to map a network drive.
  139. InvalidPath=You must enter a full path with drive letter; for example:%n%nC:\APP%n%nor a UNC path in the form:%n%n\\server\share
  140. InvalidDrive=The drive or UNC share you selected does not exist or is not accessible. Please select another.
  141. DiskSpaceWarningTitle=Not Enough Disk Space
  142. DiskSpaceWarning=Setup requires at least %1 KB of free space to install, but the selected drive only has %2 KB available.%n%nDo you want to continue anyway?
  143. DirNameTooLong=The folder name or path is too long.
  144. InvalidDirName=The folder name is not valid.
  145. BadDirName32=Folder names cannot include any of the following characters:%n%n%1
  146. DirExistsTitle=Folder Exists
  147. DirExists=The folder:%n%n%1%n%nalready exists. Would you like to install to that folder anyway?
  148. DirDoesntExistTitle=Folder Does Not Exist
  149. DirDoesntExist=The folder:%n%n%1%n%ndoes not exist. Would you like the folder to be created?
  150.  
  151. ; *** "Select Components" wizard page
  152. WizardSelectComponents=Select Components
  153. SelectComponentsDesc=Which components should be installed?
  154. SelectComponentsLabel2=Select the components you want to install; clear the components you do not want to install. Click Next when you are ready to continue.
  155. FullInstallation=Full installation
  156. ; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language)
  157. CompactInstallation=Compact installation
  158. CustomInstallation=Custom installation
  159. NoUninstallWarningTitle=Components Exist
  160. NoUninstallWarning=Setup has detected that the following components are already installed on your computer:%n%n%1%n%nDeselecting these components will not uninstall them.%n%nWould you like to continue anyway?
  161. ComponentSize1=%1 KB
  162. ComponentSize2=%1 MB
  163. ComponentsDiskSpaceMBLabel=Current selection requires at least [mb] MB of disk space.
  164.  
  165. ; *** "Select Additional Tasks" wizard page
  166. WizardSelectTasks=Select Additional Tasks
  167. SelectTasksDesc=Which additional tasks should be performed?
  168. SelectTasksLabel2=Select the additional tasks you would like Setup to perform while installing [name], then click Next.
  169.  
  170. ; *** "Select Start Menu Folder" wizard page
  171. WizardSelectProgramGroup=Select Start Menu Folder
  172. SelectStartMenuFolderDesc=Where should Setup place the program's shortcuts?
  173. SelectStartMenuFolderLabel3=Setup will create the program's shortcuts in the following Start Menu folder.
  174. SelectStartMenuFolderBrowseLabel=To continue, click Next. If you would like to select a different folder, click Browse.
  175. NoIconsCheck=&Don't create any icons
  176. MustEnterGroupName=You must enter a folder name.
  177. GroupNameTooLong=The folder name or path is too long.
  178. InvalidGroupName=The folder name is not valid.
  179. BadGroupName=The folder name cannot include any of the following characters:%n%n%1
  180. NoProgramGroupCheck2=&Don't create a Start Menu folder
  181.  
  182. ; *** "Ready to Install" wizard page
  183. WizardReady=Ready to Install
  184. ReadyLabel1=Setup is now ready to begin installing [name] on your computer.
  185. ReadyLabel2a=Click Install to continue with the installation, or click Back if you want to review or change any settings.
  186. ReadyLabel2b=Click Install to continue with the installation.
  187. ReadyMemoUserInfo=User information:
  188. ReadyMemoDir=Destination location:
  189. ReadyMemoType=Setup type:
  190. ReadyMemoComponents=Selected components:
  191. ReadyMemoGroup=Start Menu folder:
  192. ReadyMemoTasks=Additional tasks:
  193.  
  194. ; *** "Preparing to Install" wizard page
  195. WizardPreparing=Preparing to Install
  196. PreparingDesc=Setup is preparing to install [name] on your computer.
  197. PreviousInstallNotCompleted=The installation/removal of a previous program was not completed. You will need to restart your computer to complete that installation.%n%nAfter restarting your computer, run Setup again to complete the installation of [name].
  198. CannotContinue=Setup cannot continue. Please click Cancel to exit.
  199.  
  200. ; *** "Installing" wizard page
  201. WizardInstalling=Installing
  202. InstallingLabel=Please wait while Setup installs [name] on your computer.
  203.  
  204. ; *** "Setup Completed" wizard page
  205. FinishedHeadingLabel=Completing the [name] Setup Wizard
  206. FinishedLabelNoIcons=Setup has finished installing [name] on your computer.
  207. FinishedLabel=Setup has finished installing [name] on your computer. The application may be launched by selecting the installed icons.
  208. ClickFinish=Click Finish to exit Setup.
  209. FinishedRestartLabel=To complete the installation of [name], Setup must restart your computer. Would you like to restart now?
  210. FinishedRestartMessage=To complete the installation of [name], Setup must restart your computer.%n%nWould you like to restart now?
  211. ShowReadmeCheck=Yes, I would like to view the README file
  212. YesRadio=&Yes, restart the computer now
  213. NoRadio=&No, I will restart the computer later
  214. ; used for example as 'Run MyProg.exe'
  215. RunEntryExec=Run %1
  216. ; used for example as 'View Readme.txt'
  217. RunEntryShellExec=View %1
  218.  
  219. ; *** "Setup Needs the Next Disk" stuff
  220. ChangeDiskTitle=Setup Needs the Next Disk
  221. SelectDiskLabel2=Please insert Disk %1 and click OK.%n%nIf the files on this disk can be found in a folder other than the one displayed below, enter the correct path or click Browse.
  222. PathLabel=&Path:
  223. FileNotInDir2=The file "%1" could not be located in "%2". Please insert the correct disk or select another folder.
  224. SelectDirectoryLabel=Please specify the location of the next disk.
  225.  
  226. ; *** Installation phase messages
  227. SetupAborted=Setup was not completed.%n%nPlease correct the problem and run Setup again.
  228. EntryAbortRetryIgnore=Click Retry to try again, Ignore to proceed anyway, or Abort to cancel installation.
  229.  
  230. ; *** Installation status messages
  231. StatusCreateDirs=Creating directories...
  232. StatusExtractFiles=Extracting files...
  233. StatusCreateIcons=Creating shortcuts...
  234. StatusCreateIniEntries=Creating INI entries...
  235. StatusCreateRegistryEntries=Creating registry entries...
  236. StatusRegisterFiles=Registering files...
  237. StatusSavingUninstall=Saving uninstall information...
  238. StatusRunProgram=Finishing installation...
  239. StatusRollback=Rolling back changes...
  240.  
  241. ; *** Misc. errors
  242. ErrorInternal2=Internal error: %1
  243. ErrorFunctionFailedNoCode=%1 failed
  244. ErrorFunctionFailed=%1 failed; code %2
  245. ErrorFunctionFailedWithMessage=%1 failed; code %2.%n%3
  246. ErrorExecutingProgram=Unable to execute file:%n%1
  247.  
  248. ; *** Registry errors
  249. ErrorRegOpenKey=Error opening registry key:%n%1\%2
  250. ErrorRegCreateKey=Error creating registry key:%n%1\%2
  251. ErrorRegWriteKey=Error writing to registry key:%n%1\%2
  252.  
  253. ; *** INI errors
  254. ErrorIniEntry=Error creating INI entry in file "%1".
  255.  
  256. ; *** File copying errors
  257. FileAbortRetryIgnore=Click Retry to try again, Ignore to skip this file (not recommended), or Abort to cancel installation.
  258. FileAbortRetryIgnore2=Click Retry to try again, Ignore to proceed anyway (not recommended), or Abort to cancel installation.
  259. SourceIsCorrupted=The source file is corrupted
  260. SourceDoesntExist=The source file "%1" does not exist
  261. ExistingFileReadOnly=The existing file is marked as read-only.%n%nClick Retry to remove the read-only attribute and try again, Ignore to skip this file, or Abort to cancel installation.
  262. ErrorReadingExistingDest=An error occurred while trying to read the existing file:
  263. FileExists=The file already exists.%n%nWould you like Setup to overwrite it?
  264. ExistingFileNewer=The existing file is newer than the one Setup is trying to install. It is recommended that you keep the existing file.%n%nDo you want to keep the existing file?
  265. ErrorChangingAttr=An error occurred while trying to change the attributes of the existing file:
  266. ErrorCreatingTemp=An error occurred while trying to create a file in the destination directory:
  267. ErrorReadingSource=An error occurred while trying to read the source file:
  268. ErrorCopying=An error occurred while trying to copy a file:
  269. ErrorReplacingExistingFile=An error occurred while trying to replace the existing file:
  270. ErrorRestartReplace=RestartReplace failed:
  271. ErrorRenamingTemp=An error occurred while trying to rename a file in the destination directory:
  272. ErrorRegisterServer=Unable to register the DLL/OCX: %1
  273. ErrorRegisterServerMissingExport=DllRegisterServer export not found
  274. ErrorRegisterTypeLib=Unable to register the type library: %1
  275.  
  276. ; *** Post-installation errors
  277. ErrorOpeningReadme=An error occurred while trying to open the README file.
  278. ErrorRestartingComputer=Setup was unable to restart the computer. Please do this manually.
  279.  
  280. ; *** Uninstaller messages
  281. UninstallNotFound=File "%1" does not exist. Cannot uninstall.
  282. UninstallOpenError=File "%1" could not be opened. Cannot uninstall
  283. UninstallUnsupportedVer=The uninstall log file "%1" is in a format not recognized by this version of the uninstaller. Cannot uninstall
  284. UninstallUnknownEntry=An unknown entry (%1) was encountered in the uninstall log
  285. ConfirmUninstall=Are you sure you want to completely remove %1 and all of its components?
  286. OnlyAdminCanUninstall=This installation can only be uninstalled by a user with administrative privileges.
  287. UninstallStatusLabel=Please wait while %1 is removed from your computer.
  288. UninstalledAll=%1 was successfully removed from your computer.
  289. UninstalledMost=%1 uninstall complete.%n%nSome elements could not be removed. These can be removed manually.
  290. UninstalledAndNeedsRestart=To complete the uninstallation of %1, your computer must be restarted.%n%nWould you like to restart now?
  291. UninstallDataCorrupted="%1" file is corrupted. Cannot uninstall
  292.  
  293. ; *** Uninstallation phase messages
  294. ConfirmDeleteSharedFileTitle=Remove Shared File?
  295. ConfirmDeleteSharedFile2=The system indicates that the following shared file is no longer in use by any programs. Would you like for Uninstall to remove this shared file?%n%nIf any programs are still using this file and it is removed, those programs may not function properly. If you are unsure, choose No. Leaving the file on your system will not cause any harm.
  296. SharedFileNameLabel=File name:
  297. SharedFileLocationLabel=Location:
  298. WizardUninstalling=Uninstall Status
  299. StatusUninstalling=Uninstalling %1...
  300.  
  301. ; The custom messages below aren't used by Setup itself, but if you make
  302. ; use of them in your scripts, you'll want to translate them.
  303.  
  304. [CustomMessages]
  305.  
  306. NameAndVersion=%1 version %2
  307. AdditionalIcons=Additional icons:
  308. CreateDesktopIcon=Create a &desktop icon
  309. CreateQuickLaunchIcon=Create a &Quick Launch icon
  310. ProgramOnTheWeb=%1 on the Web
  311. UninstallProgram=Uninstall %1
  312. LaunchProgram=Launch %1
  313. AssocFileExtension=&Associate %1 with the %2 file extension
  314. AssocingFileExtension=Associating %1 with the %2 file extension...
  315.